-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version numbers for release of v2022-08-16 #3437
Conversation
bors try |
tryBuild failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors merge |
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed: #expected timeout from bad io-sim rev |
0fcf2d9
to
c725987
Compare
bors merge |
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed: Original failure seems to have been lost from retrying. |
bors r+ |
3437: Bump version numbers for release of v2022-08-16 r=jonathanknowles a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed: Log extract (from linux.musl.checks.cardano-wallet.integration): Failures:
src/Test/Integration/Scenario/API/Shelley/TransactionsNew.hs:2213:65:
1) API Specifications, NEW_SHELLEY_TRANSACTIONS, Plutus scenarios, withdrawal
uncaught exception: ProcessHasExited
ProcessHasExited "cardano-cli failed: Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [DelegsFailure (DelplFailure (DelegFailure (StakeKeyAlreadyRegisteredDELEG (ScriptHashObj (ScriptHash \"1b8374d0b294a4a3399ff25f06a0707b16214f1e9b67cf89ba2454a6\"))))),DelegsFailure (DelplFailure (DelegFailure (MIRCertificateTooLateinEpochDELEG (SlotNo 3359) (SlotNo 3330))))])\n" (ExitFailure 1)
To rerun use: --match "/API Specifications/NEW_SHELLEY_TRANSACTIONS/Plutus scenarios/withdrawal/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:479:31:
2) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "One of the pools should retire.".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:695:35:
3) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_01, Can join a pool that's not retiring
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "One of the pools should retire.".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_01/Can join a pool that's not retiring/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:737:35:
4) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_02, Can join a pool that's retiring
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "One of the pools should retire.".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_02/Can join a pool that's retiring/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:771:39:
5) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_03, Cannot join a pool that's retired
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "One of the pools should retire.".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_03/Cannot join a pool that's retired/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1011:23:
6) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, has non-zero saturation & stake
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "list pools returns non-empty list".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/has non-zero saturation & stake/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1042:17:
7) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, pools have the correct retirement information
Waited longer than 90s to resolve action: "pools have the correct retirement information".
expected: fromList [Nothing,Just (EpochNo {unEpochNo = 100000}),Just (EpochNo {unEpochNo = 1000000})]
but got: fromList [Nothing]
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/pools have the correct retirement information/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1083:23:
8) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains pool metadata
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 90s to resolve action: "metadata is fetched".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains pool metadata/"
src/Test/Integration/Framework/DSL.hs:1206:21:
9) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains and is sorted by non-myopic-rewards
Waited longer than 90s to resolve action: "eventually shows non-zero rewards". Error condition: Just user error (Pattern match failure in do expression at src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1095:17-49)
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains and is sorted by non-myopic-rewards/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1190:22:
10) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before
predicate failed on: []
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before/"
src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1218:23:
11) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools
While verifying value:
( Status
{ statusCode = 200
, statusMessage = "OK"
}
, Right ...
)
Waited longer than 300s to resolve action: "metadata is fetched".
expected: 3
but got: 4
To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools/" Probably the pool-dereg cert failed to be submitted / was rolled back... Perhaps we should submit it via the wallet with local submission pool...? Or a relay... /@Anviking |
bors retry |
3437: Bump version numbers for release of v2022-08-16 r=jonathanknowles a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed:
|
bors r+ |
3437: Bump version numbers for release of v2022-08-16 r=paolino a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed:
|
bors r+ |
3437: Bump version numbers for release of v2022-08-16 r=paolino a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 Co-authored-by: Heinrich Apfelmus <[email protected]>
Build failed:
|
I intend to merge this pull request manually, because:
However, we'll first make another bors attempt with the fixes by @Anviking . |
bors r+ |
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus - [x] Bump dependencies to match `cardano-node` 1.35.3 - [x] Bump dependency on `cardano-addresses`. - [x] Bump `cardano-wallet` version number to `2022.8.16`. ### Comments In preparation for a release, this pull request bumps dependencies and the package version number. ### Issue Number ADP-1999 3444: Improve cluster setup reliability r=Anviking a=Anviking - [x] Ensure only a single pool has started when we submit txs containing important cluster setup - Avoids setup being rolled back, later causing integration test failures - [x] See that it works ### Comments <!-- Additional comments, links, or screenshots to attach, if any. --> ### Issue Number <!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles. Note: Jira issues of the form ADP- will be auto-linked. --> ADP-2140 Co-authored-by: Heinrich Apfelmus <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Required status check \"docs\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors merge |
Build succeeded: |
cardano-node
1.35.3cardano-addresses
.cardano-wallet
version number to2022.8.16
.Comments
In preparation for a release, this pull request bumps dependencies and the package version number.
Issue Number
ADP-1999